home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / Dir < prev    next >
Encoding:
Text File  |  1993-08-08  |  630 b   |  28 lines

  1. Command Name : Dir
  2.  
  3. Function : Display a sorted list of all the files and directories or
  4.            subdirectories of the specified path
  5.  
  6. Arguments : [<path>]
  7.  
  8. Location : C directory
  9.  
  10. A list of all files and directories in <path> are displayed on the screen in
  11. alphabetical order, first drawers then files.  If an argument is not 
  12. specified then the current directories contents are displayed.
  13.  
  14. Examples
  15.  
  16. Dir Df0:
  17.  
  18.         Display a list of the contents of the disk in the internal disk
  19.         drive.
  20.  
  21. Dir C:
  22.  
  23.         Display a list of the boot disk's C drawer.
  24.  
  25. Dir
  26.  
  27.         Displays a list of the current directory's contents
  28.